home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Integer INTEGER001
- Integer INTEGER002
- Integer INTEGER003
- String STRING001
- String STRING002
- String STRING003
- String STRING004
- String STRING005
-
- ;------------------------------------------------------------------------------
-
- STRING003 = UN_Name()
- INTEGER003 = PcbNode()
- FOpen 1, PPEPath() + "BLACK.LST", 0, 0
- FGet 1, STRING005
- If (STRING005 == "") Then
- Goto LABEL001
- Endif
- STRING004 = STRING005
- If (STRING003 == STRING004) Then
- Goto LABEL001
- Endif
- FOpen 1, PPEPath() + "LOGON.cfg", 0, 0
- FGet 1, INTEGER001
- FGet 1, INTEGER002
- FOpen 2, PPEPath() + "LOGON.TMP", 2, 0
- FPut 2, "User logs on in Node ", INTEGER003, " : ", STRING003
- FClose 2
- FOpen 2, PPEPath() + "LOGON.TMP", 0, 0
- FGet 2, STRING002
- FClose 2
- STRING001 = PPEPath() + "LOGON.TMP"
- Delete STRING001
- PrintLn "Sending MSG to all Nodes : "
- Broadcast INTEGER001, INTEGER002, STRING002
- Broadcast INTEGER001, INTEGER002, "LOGO-N by Drizzt/PWA"
- :LABEL001
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 4 Goto
- ; 4 Let
- ; 1 PrintLn
- ; 2 If
- ; 4 FOpen
- ; 2 FClose
- ; 4 FGet
- ; 1 FPut
- ; 1 Delete
- ; 2 Broadcast
- ;
- ;
- ; ■ Functions used :
- ;
- ; 5 +
- ; 2 ==
- ; 2 !
- ; 5 PPEPath()
- ; 1 PcbNode()
- ; 1 UN_Name()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 2 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-